devisualization.util.opengl.function_wrappers.deprecated_.v10v11

Undocumented in source.

Public Imports

derelict.opengl3.gl
public import derelict.opengl3.gl : glEnd, glListBase, glCallList, glEndList, glGenLists, glDeleteLists, glIsList, glLineStipple;

Members

Enums

BeginPrimitives
enum BeginPrimitives
Undocumented in source.
CallListSizes
enum CallListSizes
Undocumented in source.
FogType
enum FogType
Undocumented in source.
LightSource
enum LightSource
Undocumented in source.
ListMode
enum ListMode
Undocumented in source.
MaterialFace
enum MaterialFace
Undocumented in source.
MaterialType
enum MaterialType
Undocumented in source.
ShadeModel
enum ShadeModel
Undocumented in source.
TextureCoordinate
enum TextureCoordinate
Undocumented in source.

Functions

glBegin
void glBegin(BeginPrimitives mode)
Undocumented in source. Be warned that the author may not have intended to support it.
glCallLists
void glCallLists(CallListSizes type, T[] lists)
Undocumented in source. Be warned that the author may not have intended to support it.
glClipPlane
void glClipPlane(uint i, double[] plane)
Undocumented in source.
glColor
void glColor(byte a, byte b, byte c)
Undocumented in source. Be warned that the author may not have intended to support it.
glColor
void glColor(double a, double b, double c)
Undocumented in source. Be warned that the author may not have intended to support it.
glColor
void glColor(float a, float b, float c)
Undocumented in source. Be warned that the author may not have intended to support it.
glColor
void glColor(int a, int b, int c)
Undocumented in source. Be warned that the author may not have intended to support it.
glColor
void glColor(short a, short b, short c)
Undocumented in source. Be warned that the author may not have intended to support it.
glColor
void glColor(ubyte a, ubyte b, ubyte c)
Undocumented in source. Be warned that the author may not have intended to support it.
glColor
void glColor(uint a, uint b, uint c)
Undocumented in source. Be warned that the author may not have intended to support it.
glColor
void glColor(ushort a, ushort b, ushort c)
Undocumented in source. Be warned that the author may not have intended to support it.
glColor
void glColor(byte a, byte b, byte c, byte d)
Undocumented in source. Be warned that the author may not have intended to support it.
glColor
void glColor(double a, double b, double c, double d)
Undocumented in source. Be warned that the author may not have intended to support it.
glColor
void glColor(float a, float b, float c, float d)
Undocumented in source. Be warned that the author may not have intended to support it.
glColor
void glColor(int a, int b, int c, int d)
Undocumented in source. Be warned that the author may not have intended to support it.
glColor
void glColor(short a, short b, short c, short d)
Undocumented in source. Be warned that the author may not have intended to support it.
glColor
void glColor(ubyte a, ubyte b, ubyte c, byte d)
Undocumented in source. Be warned that the author may not have intended to support it.
glColor
void glColor(uint a, uint b, uint c, uint d)
Undocumented in source. Be warned that the author may not have intended to support it.
glColor
void glColor(ushort a, ushort b, ushort c, ushort d)
Undocumented in source. Be warned that the author may not have intended to support it.
glColor
void glColor(byte[] value)
Undocumented in source.
glColor
void glColor(double[] value)
Undocumented in source.
glColor
void glColor(float[] value)
Undocumented in source.
glColor
void glColor(int[] value)
Undocumented in source.
glColor
void glColor(short[] value)
Undocumented in source.
glColor
void glColor(ubyte[] value)
Undocumented in source.
glColor
void glColor(uint[] value)
Undocumented in source.
glColor
void glColor(ushort[] value)
Undocumented in source.
glColorMaterial
void glColorMaterial(MaterialFace face, MaterialType type)
Undocumented in source. Be warned that the author may not have intended to support it.
glFog
void glFog(FogType name, float param)
Undocumented in source. Be warned that the author may not have intended to support it.
glFog
void glFog(FogType name, int param)
Undocumented in source. Be warned that the author may not have intended to support it.
glGetClipPlane
double[4] glGetClipPlane(uint i)
Undocumented in source. Be warned that the author may not have intended to support it.
glGetMaterial
void glGetMaterial(bool frontFace, MaterialType name, float param)
Undocumented in source. Be warned that the author may not have intended to support it.
glGetMaterial
void glGetMaterial(bool frontFace, MaterialType name, int param)
Undocumented in source. Be warned that the author may not have intended to support it.
glIndex
void glIndex(double value)
Undocumented in source. Be warned that the author may not have intended to support it.
glIndex
void glIndex(float value)
Undocumented in source. Be warned that the author may not have intended to support it.
glIndex
void glIndex(int value)
Undocumented in source. Be warned that the author may not have intended to support it.
glIndex
void glIndex(short value)
Undocumented in source. Be warned that the author may not have intended to support it.
glIndex
void glIndex(ubyte value)
Undocumented in source. Be warned that the author may not have intended to support it.
glLight
void glLight(uint light, LightSource name, float param)
Undocumented in source. Be warned that the author may not have intended to support it.
glLight
void glLight(uint light, LightSource name, int param)
Undocumented in source. Be warned that the author may not have intended to support it.
glLightModelf
void glLightModelf(float param)
Undocumented in source. Be warned that the author may not have intended to support it.
glLightModeli
void glLightModeli(int param)
Undocumented in source. Be warned that the author may not have intended to support it.
glMaterial
void glMaterial(float param)
Undocumented in source. Be warned that the author may not have intended to support it.
glMaterial
void glMaterial(int param)
Undocumented in source. Be warned that the author may not have intended to support it.
glNewList
void glNewList(uint list, ListMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
glNormal
void glNormal(byte a, byte b, byte c)
Undocumented in source. Be warned that the author may not have intended to support it.
glNormal
void glNormal(double a, double b, double c)
Undocumented in source. Be warned that the author may not have intended to support it.
glNormal
void glNormal(float a, float b, float c)
Undocumented in source. Be warned that the author may not have intended to support it.
glNormal
void glNormal(int a, int b, int c)
Undocumented in source. Be warned that the author may not have intended to support it.
glNormal
void glNormal(short a, short b, short c)
Undocumented in source. Be warned that the author may not have intended to support it.
glNormal
void glNormal(byte[] value)
Undocumented in source.
glNormal
void glNormal(double[] value)
Undocumented in source.
glNormal
void glNormal(float[] value)
Undocumented in source.
glNormal
void glNormal(int[] value)
Undocumented in source.
glNormal
void glNormal(short[] value)
Undocumented in source.
glRasterPos
void glRasterPos(double a, double b)
Undocumented in source. Be warned that the author may not have intended to support it.
glRasterPos
void glRasterPos(float a, float b)
Undocumented in source. Be warned that the author may not have intended to support it.
glRasterPos
void glRasterPos(int a, int b)
Undocumented in source. Be warned that the author may not have intended to support it.
glRasterPos
void glRasterPos(short a, short b)
Undocumented in source. Be warned that the author may not have intended to support it.
glRasterPos
void glRasterPos(double a, double b, double c)
Undocumented in source. Be warned that the author may not have intended to support it.
glRasterPos
void glRasterPos(float a, float b, float c)
Undocumented in source. Be warned that the author may not have intended to support it.
glRasterPos
void glRasterPos(int a, int b, int c)
Undocumented in source. Be warned that the author may not have intended to support it.
glRasterPos
void glRasterPos(short a, short b, short c)
Undocumented in source. Be warned that the author may not have intended to support it.
glRasterPos
void glRasterPos(double a, double b, double c, double d)
Undocumented in source. Be warned that the author may not have intended to support it.
glRasterPos
void glRasterPos(float a, float b, float c, float d)
Undocumented in source. Be warned that the author may not have intended to support it.
glRasterPos
void glRasterPos(int a, int b, int c, int d)
Undocumented in source. Be warned that the author may not have intended to support it.
glRasterPos
void glRasterPos(short a, short b, short c, short d)
Undocumented in source. Be warned that the author may not have intended to support it.
glRasterPos
void glRasterPos(double[] value)
Undocumented in source.
glRasterPos
void glRasterPos(float[] value)
Undocumented in source.
glRasterPos
void glRasterPos(int[] value)
Undocumented in source.
glRasterPos
void glRasterPos(short[] value)
Undocumented in source.
glRect
void glRect(double a, double b, double c, double d)
Undocumented in source. Be warned that the author may not have intended to support it.
glRect
void glRect(float a, float b, float c, float d)
Undocumented in source. Be warned that the author may not have intended to support it.
glRect
void glRect(int a, int b, int c, int d)
Undocumented in source. Be warned that the author may not have intended to support it.
glRect
void glRect(short a, short b, short c, short d)
Undocumented in source. Be warned that the author may not have intended to support it.
glShadeModel
void glShadeModel(ShadeModel mode)
Undocumented in source. Be warned that the author may not have intended to support it.
glTexCoord
void glTexCoord(double a)
Undocumented in source. Be warned that the author may not have intended to support it.
glTexCoord
void glTexCoord(float a)
Undocumented in source. Be warned that the author may not have intended to support it.
glTexCoord
void glTexCoord(int a)
Undocumented in source. Be warned that the author may not have intended to support it.
glTexCoord
void glTexCoord(short a)
Undocumented in source. Be warned that the author may not have intended to support it.
glTexCoord
void glTexCoord(double a, double b)
Undocumented in source. Be warned that the author may not have intended to support it.
glTexCoord
void glTexCoord(float a, float b)
Undocumented in source. Be warned that the author may not have intended to support it.
glTexCoord
void glTexCoord(int a, int b)
Undocumented in source. Be warned that the author may not have intended to support it.
glTexCoord
void glTexCoord(short a, short b)
Undocumented in source. Be warned that the author may not have intended to support it.
glTexCoord
void glTexCoord(double a, double b, double c)
Undocumented in source. Be warned that the author may not have intended to support it.
glTexCoord
void glTexCoord(float a, float b, float c)
Undocumented in source. Be warned that the author may not have intended to support it.
glTexCoord
void glTexCoord(int a, int b, int c)
Undocumented in source. Be warned that the author may not have intended to support it.
glTexCoord
void glTexCoord(short a, short b, short c)
Undocumented in source. Be warned that the author may not have intended to support it.
glTexCoord
void glTexCoord(double a, double b, double c, double d)
Undocumented in source. Be warned that the author may not have intended to support it.
glTexCoord
void glTexCoord(float a, float b, float c, float d)
Undocumented in source. Be warned that the author may not have intended to support it.
glTexCoord
void glTexCoord(int a, int b, int c, int d)
Undocumented in source. Be warned that the author may not have intended to support it.
glTexCoord
void glTexCoord(short a, short b, short c, short d)
Undocumented in source. Be warned that the author may not have intended to support it.
glTexCoord
void glTexCoord(double[] value)
Undocumented in source.
glTexCoord
void glTexCoord(float[] value)
Undocumented in source.
glTexCoord
void glTexCoord(int[] value)
Undocumented in source.
glTexCoord
void glTexCoord(short[] value)
Undocumented in source.
glTexGen
void glTexGen(TextureCoordinate coord, double v)
Undocumented in source. Be warned that the author may not have intended to support it.
glTexGen
void glTexGen(TextureCoordinate coord, float v)
Undocumented in source. Be warned that the author may not have intended to support it.
glTexGen
void glTexGen(TextureCoordinate coord, int v)
Undocumented in source. Be warned that the author may not have intended to support it.
glVertex
void glVertex(short a, short b)
Undocumented in source. Be warned that the author may not have intended to support it.
glVertex
void glVertex(int a, int b)
Undocumented in source. Be warned that the author may not have intended to support it.
glVertex
void glVertex(float a, float b)
Undocumented in source. Be warned that the author may not have intended to support it.
glVertex
void glVertex(double a, double b)
Undocumented in source. Be warned that the author may not have intended to support it.
glVertex
void glVertex(short a, short b, short c)
Undocumented in source. Be warned that the author may not have intended to support it.
glVertex
void glVertex(int a, int b, int c)
Undocumented in source. Be warned that the author may not have intended to support it.
glVertex
void glVertex(float a, float b, float c)
Undocumented in source. Be warned that the author may not have intended to support it.
glVertex
void glVertex(double a, double b, double c)
Undocumented in source. Be warned that the author may not have intended to support it.
glVertex
void glVertex(short a, short b, short c, short d)
Undocumented in source. Be warned that the author may not have intended to support it.
glVertex
void glVertex(int a, int b, int c, int d)
Undocumented in source. Be warned that the author may not have intended to support it.
glVertex
void glVertex(float a, float b, float c, float d)
Undocumented in source. Be warned that the author may not have intended to support it.
glVertex
void glVertex(double a, double b, double c, double d)
Undocumented in source. Be warned that the author may not have intended to support it.
glVertex
void glVertex(short[] value)
Undocumented in source.
glVertex
void glVertex(int[] value)
Undocumented in source.
glVertex
void glVertex(float[] value)
Undocumented in source.
glVertex
void glVertex(double[] value)
Undocumented in source.

Meta